home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / modules / nessus-2.2.8.mo / usr / lib / nessus / plugins / debian_DSA-200.nasl < prev    next >
Text File  |  2005-03-31  |  4KB  |  84 lines

  1. # This script was automatically generated from the dsa-200
  2. # Debian Security Advisory
  3. # It is released under the Nessus Script Licence.
  4. # Advisory is copyright 1997-2004 Software in the Public Interest, Inc.
  5. # See http://www.debian.org/license
  6. # DSA2nasl Convertor is copyright 2004 Michel Arboi
  7.  
  8. if (! defined_func('bn_random')) exit(0);
  9.  
  10. desc = '
  11. Steve Langasek found an exploitable bug in the password handling
  12. code in samba: when converting from DOS code-page to little endian
  13. UCS2 unicode a buffer length was not checked and a buffer could
  14. be overflowed. There is no known exploit for this, but an upgrade
  15. is strongly recommended.
  16. This problem has been fixed in version 2.2.3a-12 of the Debian
  17. samba packages and upstream version 2.2.7.
  18.  
  19.  
  20. Solution : http://www.debian.org/security/2002/dsa-200
  21. Risk factor : High';
  22.  
  23. if (description) {
  24.  script_id(15037);
  25.  script_version("$Revision: 1.4 $");
  26.  script_xref(name: "DSA", value: "200");
  27.  script_cve_id("CVE-2002-1318");
  28.  
  29.  script_description(english: desc);
  30.  script_copyright(english: "This script is (C) 2004 Michel Arboi");
  31.  script_name(english: "[DSA200] DSA-200-1 samba");
  32.  script_category(ACT_GATHER_INFO);
  33.  script_family(english: "Debian Local Security Checks");
  34.  script_dependencies("ssh_get_info.nasl");
  35.  script_require_keys("Host/Debian/dpkg-l");
  36.  script_summary(english: "DSA-200-1 samba");
  37.  exit(0);
  38. }
  39.  
  40. include("debian_package.inc");
  41.  
  42. w = 0;
  43. if (deb_check(prefix: 'libpam-smbpass', release: '3.0', reference: '2.2.3a-12')) {
  44.  w ++;
  45.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package libpam-smbpass is vulnerable in Debian 3.0.\nUpgrade to libpam-smbpass_2.2.3a-12\n');
  46. }
  47. if (deb_check(prefix: 'libsmbclient', release: '3.0', reference: '2.2.3a-12')) {
  48.  w ++;
  49.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package libsmbclient is vulnerable in Debian 3.0.\nUpgrade to libsmbclient_2.2.3a-12\n');
  50. }
  51. if (deb_check(prefix: 'libsmbclient-dev', release: '3.0', reference: '2.2.3a-12')) {
  52.  w ++;
  53.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package libsmbclient-dev is vulnerable in Debian 3.0.\nUpgrade to libsmbclient-dev_2.2.3a-12\n');
  54. }
  55. if (deb_check(prefix: 'samba', release: '3.0', reference: '2.2.3a-12')) {
  56.  w ++;
  57.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package samba is vulnerable in Debian 3.0.\nUpgrade to samba_2.2.3a-12\n');
  58. }
  59. if (deb_check(prefix: 'samba-common', release: '3.0', reference: '2.2.3a-12')) {
  60.  w ++;
  61.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package samba-common is vulnerable in Debian 3.0.\nUpgrade to samba-common_2.2.3a-12\n');
  62. }
  63. if (deb_check(prefix: 'samba-doc', release: '3.0', reference: '2.2.3a-12')) {
  64.  w ++;
  65.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package samba-doc is vulnerable in Debian 3.0.\nUpgrade to samba-doc_2.2.3a-12\n');
  66. }
  67. if (deb_check(prefix: 'smbclient', release: '3.0', reference: '2.2.3a-12')) {
  68.  w ++;
  69.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package smbclient is vulnerable in Debian 3.0.\nUpgrade to smbclient_2.2.3a-12\n');
  70. }
  71. if (deb_check(prefix: 'smbfs', release: '3.0', reference: '2.2.3a-12')) {
  72.  w ++;
  73.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package smbfs is vulnerable in Debian 3.0.\nUpgrade to smbfs_2.2.3a-12\n');
  74. }
  75. if (deb_check(prefix: 'swat', release: '3.0', reference: '2.2.3a-12')) {
  76.  w ++;
  77.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package swat is vulnerable in Debian 3.0.\nUpgrade to swat_2.2.3a-12\n');
  78. }
  79. if (deb_check(prefix: 'winbind', release: '3.0', reference: '2.2.3a-12')) {
  80.  w ++;
  81.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package winbind is vulnerable in Debian 3.0.\nUpgrade to winbind_2.2.3a-12\n');
  82. }
  83. if (w) { security_hole(port: 0, data: desc); }
  84.